Test
資料夾 修改成 test
資料夾 發現沒有commit沒有顯示變動
git config core.ignorecase false
此用法在windows 比較適合
ignorecase
意思為忽略任何大小寫
當你切換到就分支後 你會出現下面錯誤訊息,然後不能切換分支也不能強制刪除分支
The following untracked working tree files would be overwritten by checkout
git config core.ignorecase true
git mv -f program.cs Program.cs
為強制重新命名檔案